added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBAzureBingMaps / UnitTest / AzureBingMaps.UnitTest.vbproj
blob51a58b9869c88a105403b26d4d2689b00de46584
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>
7     </ProductVersion>
8     <SchemaVersion>
9     </SchemaVersion>
10     <ProjectGuid>{AA84C006-839F-4748-BA1F-D6CF48C93BC3}</ProjectGuid>
11     <OutputType>Library</OutputType>
12     <RootNamespace>AzureBingMaps.UnitTest</RootNamespace>
13     <AssemblyName>AzureBingMaps.UnitTest</AssemblyName>
14     <FileAlignment>512</FileAlignment>
15     <MyType>Windows</MyType>
16     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17     <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
18     <ReferencePath>$(DevEnvDir)PublicAssemblies\</ReferencePath>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21     <DebugSymbols>true</DebugSymbols>
22     <DebugType>full</DebugType>
23     <DefineDebug>true</DefineDebug>
24     <DefineTrace>true</DefineTrace>
25     <OutputPath>bin\Debug\</OutputPath>
26     <DocumentationFile>AzureBingMaps.UnitTest.xml</DocumentationFile>
27     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugType>pdbonly</DebugType>
31     <DefineDebug>false</DefineDebug>
32     <DefineTrace>true</DefineTrace>
33     <Optimize>true</Optimize>
34     <OutputPath>bin\Release\</OutputPath>
35     <DocumentationFile>AzureBingMaps.UnitTest.xml</DocumentationFile>
36     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
37   </PropertyGroup>
38   <PropertyGroup>
39     <OptionExplicit>On</OptionExplicit>
40   </PropertyGroup>
41   <PropertyGroup>
42     <OptionCompare>Binary</OptionCompare>
43   </PropertyGroup>
44   <PropertyGroup>
45     <OptionStrict>Off</OptionStrict>
46   </PropertyGroup>
47   <PropertyGroup>
48     <OptionInfer>On</OptionInfer>
49   </PropertyGroup>
50   <ItemGroup>
51     <Reference Include="Microsoft.SqlServer.Types, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
52       <SpecificVersion>False</SpecificVersion>
53       <HintPath>C:\Program Files (x86)\Microsoft SQL Server\100\SDK\Assemblies\Microsoft.SqlServer.Types.dll</HintPath>
54     </Reference>
55     <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
56     <Reference Include="System" />
57     <Reference Include="System.Core">
58       <RequiredTargetFramework>3.5</RequiredTargetFramework>
59     </Reference>
60     <Reference Include="System.Data" />
61     <Reference Include="System.Data.DataSetExtensions" />
62     <Reference Include="System.Data.Entity" />
63     <Reference Include="System.Data.Services.Client" />
64     <Reference Include="System.Runtime.Serialization" />
65     <Reference Include="System.Security" />
66     <Reference Include="System.ServiceModel" />
67     <Reference Include="System.Xml" />
68     <Reference Include="System.Xml.Linq" />
69   </ItemGroup>
70   <ItemGroup>
71     <Import Include="System" />
72     <Import Include="System.Collections" />
73     <Import Include="System.Collections.Generic" />
74     <Import Include="System.Data" />
75     <Import Include="System.Diagnostics" />
76     <Import Include="System.Linq" />
77     <Import Include="System.Xml.Linq" />
78     <Import Include="Microsoft.VisualBasic" />
79     <Import Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
80   </ItemGroup>
81   <ItemGroup>
82     <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
83       <Visible>False</Visible>
84     </CodeAnalysisDependentAssemblyPaths>
85   </ItemGroup>
86   <ItemGroup>
87     <Compile Include="DataServiceTest.vb" />
88     <Compile Include="My Project\AssemblyInfo.vb" />
89     <Compile Include="Service References\TravelDataServiceReference\Reference.vb">
90       <AutoGen>True</AutoGen>
91       <DesignTime>True</DesignTime>
92       <DependentUpon>Reference.datasvcmap</DependentUpon>
93     </Compile>
94     <Compile Include="TravelEFTest.vb" />
95   </ItemGroup>
96   <ItemGroup>
97     <ProjectReference Include="..\DAL\AzureBingMaps.DAL.vbproj">
98       <Project>{B9F988E0-D0F4-4FDC-9292-168624FC65F6}</Project>
99       <Name>AzureBingMaps.DAL</Name>
100     </ProjectReference>
101   </ItemGroup>
102   <ItemGroup>
103     <WCFMetadata Include="Service References\" />
104   </ItemGroup>
105   <ItemGroup>
106     <ServiceReferenceMetadataStorage Include="Service References\TravelDataServiceReference\">
107       <Type>datasvcmap</Type>
108     </ServiceReferenceMetadataStorage>
109   </ItemGroup>
110   <ItemGroup>
111     <None Include="App.Config" />
112     <None Include="Service References\TravelDataServiceReference\service.edmx" />
113   </ItemGroup>
114   <ItemGroup>
115     <None Include="Service References\TravelDataServiceReference\Reference.datasvcmap">
116       <Generator>DataServiceClientGeneratorOct2010CTP1</Generator>
117       <LastGenOutput>Reference.vb</LastGenOutput>
118     </None>
119   </ItemGroup>
120   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
121   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
122        Other similar extension points exist, see Microsoft.Common.targets.
123   <Target Name="BeforeBuild">
124   </Target>
125   <Target Name="AfterBuild">
126   </Target>
127   -->
128 </Project>